selectionfiltermodel: Fix an oversight
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Jun 2021 19:37:16 +0000 (15:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Jun 2021 19:37:16 +0000 (15:37 -0400)
commita526daf3100c2c482dbc2ef4888f6a88e66a8182
treec4ffe8e73df9d0c64355e56638f334aac5010d65
parentee34e1acc5bbd1eb670a38d897159247174f66dc
selectionfiltermodel: Fix an oversight

When the position is out of range, get_item needs
to return NULL.

Fixes: #4024
gtk/gtkselectionfiltermodel.c